﻿body{
  font-family: 'Nunito Sans';
}

.home-temas-h2{
  font-size: 26px;
  font-weight: 900;
  line-height: 30px !important;
  color: #fff;
  margin-top: 40px; 
  color: #4B3C8C; 
}

.home-temas-title{

  font-weight:700;
  font-size: 20px;
  line-height:26px;
  color:#4D4D4D;
}
.home-temas-resume{
  font-weight:400;
  font-size: 18px;
  line-height:22px !important;
  color: #4D4D4D;
  
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Number of lines you want to display */
    overflow: hidden;
    text-overflow: ellipsis;		
}
.home-temas-link{
      width: 101px;
    border-radius: 18px;
    border: 1px solid #4B3C8C;
    padding: 5px 12px 5px 12px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;	
    color:#4B3C8C !important;

}

.home-temas-link-destacado{
    width: 101px;
    border-radius: 18px;
    border: 1px solid #7730C1;
    padding: 5px 12px 5px 12px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;	
    color:#fff !important;
    background-color: #7730C1;
}
    
    /*1024*/
@media (min-width: 1024px) {
  .setTemasInteres{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 10px;
    margin-bottom: 20px;

  }
  
  .setTemasInteres .temas-p {
      margin: 10px 0px;
      width: calc(50% - 20px);			
  }
  
}
